@charset "utf-8";
/*スマホ縦横、タブレット縦用*/

body {
  line-height: 1.7;
}

.bc-333333 {
  background-color: #333333;
}

.fs-20 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.pb-40 {
  padding-bottom: 40px;
}

.sub_header {
  color: #cccccc;
  font-size: 20px;
  text-align: center;
  padding: 14px 10px 10px 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.border-none {
  border: none
}
.line-height-2 {
  line-height: 2;
}
.ti-20 {
  text-indent: 20px;
}

table {
  background-color: #FBFBFB;
  margin-top: 60px;
  margin-bottom: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

th, td {
  padding: 20px;
  border: solid 1px #EDEDED;
}

th {
  width: 20%;
  text-align: left;
  font-weight: 500;
}

td {
  text-align: left;
  padding-left: 35px;
  padding-right: 30px
}

.clear {
  clear: both;
}

.for_pc {
  display: none;
}

.for_sp {
  display: block;
}

a:hover img {
  opacity: 0.6;
}

div#imageList li img {
  width: 50px;
  height: 33px;
  object-fit: cover;
}
/*--------------------------------------------------------------------*/
/*タブレット横、パソコン用*/
@media screen and (min-width:1024px) {
  .for_pc {
    display: block;
  }
  .for_sp {
    display: none;
  }
  .sub_header {
    width: 100%;
  }
  table {
    width: 700px;/*650px*/
    margin-right: auto;
    margin-left: auto;
  }
  div#imageList li img {
    width: 100px;
    height: 66px;
    object-fit: cover;
  }
}